[INFO] cloning repository https://github.com/bodymindarts/bisq-cli
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bodymindarts/bisq-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbodymindarts%2Fbisq-cli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbodymindarts%2Fbisq-cli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cc817184a6c8aaf8c2c691b163808c686c0c6a21
[INFO] checking bodymindarts/bisq-cli against try#21cad1f647cfd05a566220f933edd88a53e50bcf for pr-129249-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbodymindarts%2Fbisq-cli" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/bodymindarts/bisq-cli
[INFO] finished tweaking git repo https://github.com/bodymindarts/bisq-cli
[INFO] tweaked toml for git repo https://github.com/bodymindarts/bisq-cli written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/bodymindarts/bisq-cli on toolchain 21cad1f647cfd05a566220f933edd88a53e50bcf
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/bodymindarts/bisq-cli already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1c32f8fd5011c6e0efe3e4ae3294e67f440d8a6cf00fa75ac25ad54d4680f9b8
[INFO] running `Command { std: "docker" "start" "1c32f8fd5011c6e0efe3e4ae3294e67f440d8a6cf00fa75ac25ad54d4680f9b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1c32f8fd5011c6e0efe3e4ae3294e67f440d8a6cf00fa75ac25ad54d4680f9b8" "/opt/rustwide/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1c32f8fd5011c6e0efe3e4ae3294e67f440d8a6cf00fa75ac25ad54d4680f9b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1c32f8fd5011c6e0efe3e4ae3294e67f440d8a6cf00fa75ac25ad54d4680f9b8" "/opt/rustwide/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.65
[INFO] [stderr]    Compiling autocfg v0.1.7
[INFO] [stderr]    Compiling proc-macro2 v1.0.6
[INFO] [stderr]    Compiling unicode-xid v0.2.0
[INFO] [stderr]    Compiling syn v1.0.8
[INFO] [stderr]     Checking futures-core-preview v0.3.0-alpha.19
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]     Checking spin v0.5.2
[INFO] [stderr]     Checking slab v0.4.2
[INFO] [stderr]     Checking futures-sink-preview v0.3.0-alpha.19
[INFO] [stderr]     Checking pin-utils v0.1.0-alpha.4
[INFO] [stderr]     Checking scopeguard v1.0.0
[INFO] [stderr]    Compiling byteorder v1.3.2
[INFO] [stderr]     Checking tower-service v0.3.0-alpha.2
[INFO] [stderr]    Compiling memchr v2.2.1
[INFO] [stderr]    Compiling memoffset v0.5.3
[INFO] [stderr]     Checking tower-layer v0.3.0-alpha.2
[INFO] [stderr]    Compiling cc v1.0.47
[INFO] [stderr]    Compiling parking_lot_core v0.6.2
[INFO] [stderr]     Checking smallvec v0.6.13
[INFO] [stderr]     Checking lock_api v0.3.1
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]     Checking crossbeam-utils v0.6.6
[INFO] [stderr]     Checking tracing-core v0.1.7
[INFO] [stderr]     Checking futures-channel-preview v0.3.0-alpha.19
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling rustc-demangle v0.1.16
[INFO] [stderr]    Compiling either v1.5.3
[INFO] [stderr]    Compiling httparse v1.3.4
[INFO] [stderr]    Compiling crossbeam-utils v0.7.0
[INFO] [stderr]     Checking futures-util-preview v0.3.0-alpha.19
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.0
[INFO] [stderr]    Compiling indexmap v1.3.0
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]     Checking crossbeam-queue v0.1.2
[INFO] [stderr]     Checking crossbeam-channel v0.3.9
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking num_cpus v1.11.1
[INFO] [stderr]     Checking net2 v0.2.33
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]    Compiling itertools v0.8.1
[INFO] [stderr]     Checking try-lock v0.2.2
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]     Checking parking_lot v0.9.0
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]     Checking mio v0.6.19
[INFO] [stderr]     Checking time v0.1.42
[INFO] [stderr]     Checking crossbeam-deque v0.7.2
[INFO] [stderr]     Checking unicode-width v0.1.6
[INFO] [stderr]     Checking base64 v0.10.1
[INFO] [stderr]     Checking atty v0.2.13
[INFO] [stderr]     Checking strsim v0.8.0
[INFO] [stderr]     Checking http v0.1.19
[INFO] [stderr]     Checking string v0.2.1
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]    Compiling backtrace-sys v0.1.32
[INFO] [stderr]     Checking mio-uds v0.6.7
[INFO] [stderr]     Checking tokio-sync v0.2.0-alpha.6
[INFO] [stderr]    Compiling backtrace v0.3.40
[INFO] [stderr]    Compiling failure v0.1.6
[INFO] [stderr]     Checking http-body v0.2.0-alpha.3
[INFO] [stderr]    Compiling prost-derive v0.5.0
[INFO] [stderr]     Checking prost v0.5.0
[INFO] [stderr]    Compiling pin-project-internal v0.4.6
[INFO] [stderr]    Compiling tracing-attributes v0.1.5
[INFO] [stderr]    Compiling tokio-macros v0.2.0-alpha.6
[INFO] [stderr]    Compiling async-stream-impl v0.1.1
[INFO] [stderr]    Compiling async-trait v0.1.18
[INFO] [stderr]     Checking async-stream v0.1.2
[INFO] [stderr]     Checking tracing v0.1.10
[INFO] [stderr]     Checking tokio-executor v0.2.0-alpha.6
[INFO] [stderr]     Checking pin-project v0.4.6
[INFO] [stderr]     Checking tokio-io v0.2.0-alpha.6
[INFO] [stderr]     Checking tower-discover v0.3.0-alpha.2
[INFO] [stderr]     Checking tower-load-shed v0.3.0-alpha.2
[INFO] [stderr]     Checking tower-util v0.3.0-alpha.2
[INFO] [stderr]     Checking tokio-codec v0.2.0-alpha.6
[INFO] [stderr]     Checking tower-make v0.3.0-alpha.2a
[INFO] [stderr]     Checking tokio-timer v0.3.0-alpha.6
[INFO] [stderr]     Checking tokio-fs v0.2.0-alpha.6
[INFO] [stderr]     Checking tokio-net v0.2.0-alpha.6
[INFO] [stderr]     Checking tower-buffer v0.3.0-alpha.2
[INFO] [stderr]     Checking h2 v0.2.0-alpha.3
[INFO] [stderr]     Checking tower-retry v0.3.0-alpha.2
[INFO] [stderr]     Checking tower-limit v0.3.0-alpha.2
[INFO] [stderr]     Checking tower-load v0.3.0-alpha.2
[INFO] [stderr]     Checking tower-timeout v0.3.0-alpha.2
[INFO] [stderr]     Checking tower-balance v0.3.0-alpha.2
[INFO] [stderr]     Checking tokio v0.2.0-alpha.6
[INFO] [stderr]     Checking tower v0.3.0-alpha.2
[INFO] [stderr]     Checking hyper v0.13.0-alpha.4
[INFO] [stderr]     Checking tonic v0.1.0-alpha.6
[INFO] [stderr]     Checking bisq-cli v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `NetworkEnvelope` is never constructed
[INFO] [stdout]   --> src/generated/io.bisq.protobuffer.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct NetworkEnvelope {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BundleOfEnvelopes` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:128:12
[INFO] [stdout]     |
[INFO] [stdout] 128 | pub struct BundleOfEnvelopes {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PreliminaryGetDataRequest` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:135:12
[INFO] [stdout]     |
[INFO] [stdout] 135 | pub struct PreliminaryGetDataRequest {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetDataResponse` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:144:12
[INFO] [stdout]     |
[INFO] [stdout] 144 | pub struct GetDataResponse {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetUpdatedDataRequest` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:157:12
[INFO] [stdout]     |
[INFO] [stdout] 157 | pub struct GetUpdatedDataRequest {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetPeersRequest` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:168:12
[INFO] [stdout]     |
[INFO] [stdout] 168 | pub struct GetPeersRequest {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetPeersResponse` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:179:12
[INFO] [stdout]     |
[INFO] [stdout] 179 | pub struct GetPeersResponse {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Ping` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:188:12
[INFO] [stdout]     |
[INFO] [stdout] 188 | pub struct Ping {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Pong` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:195:12
[INFO] [stdout]     |
[INFO] [stdout] 195 | pub struct Pong {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OfferAvailabilityRequest` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:202:12
[INFO] [stdout]     |
[INFO] [stdout] 202 | pub struct OfferAvailabilityRequest {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RefreshOfferMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:232:12
[INFO] [stdout]     |
[INFO] [stdout] 232 | pub struct RefreshOfferMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AddDataMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:245:12
[INFO] [stdout]     |
[INFO] [stdout] 245 | pub struct AddDataMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RemoveDataMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:250:12
[INFO] [stdout]     |
[INFO] [stdout] 250 | pub struct RemoveDataMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RemoveMailboxDataMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:255:12
[INFO] [stdout]     |
[INFO] [stdout] 255 | pub struct RemoveMailboxDataMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AddPersistableNetworkPayloadMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:260:12
[INFO] [stdout]     |
[INFO] [stdout] 260 | pub struct AddPersistableNetworkPayloadMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CloseConnectionMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:267:12
[INFO] [stdout]     |
[INFO] [stdout] 267 | pub struct CloseConnectionMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AckMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:272:12
[INFO] [stdout]     |
[INFO] [stdout] 272 | pub struct AckMessage {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PrefixedSealedAndSignedMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:296:12
[INFO] [stdout]     |
[INFO] [stdout] 296 | pub struct PrefixedSealedAndSignedMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `InputsForDepositTxRequest` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:309:12
[INFO] [stdout]     |
[INFO] [stdout] 309 | pub struct InputsForDepositTxRequest {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `InputsForDepositTxResponse` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:362:12
[INFO] [stdout]     |
[INFO] [stdout] 362 | pub struct InputsForDepositTxResponse {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DelayedPayoutTxSignatureRequest` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:393:12
[INFO] [stdout]     |
[INFO] [stdout] 393 | pub struct DelayedPayoutTxSignatureRequest {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DelayedPayoutTxSignatureResponse` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:404:12
[INFO] [stdout]     |
[INFO] [stdout] 404 | pub struct DelayedPayoutTxSignatureResponse {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DepositTxAndDelayedPayoutTxMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:415:12
[INFO] [stdout]     |
[INFO] [stdout] 415 | pub struct DepositTxAndDelayedPayoutTxMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DepositTxMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:428:12
[INFO] [stdout]     |
[INFO] [stdout] 428 | pub struct DepositTxMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PeerPublishedDelayedPayoutTxMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:439:12
[INFO] [stdout]     |
[INFO] [stdout] 439 | pub struct PeerPublishedDelayedPayoutTxMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CounterCurrencyTransferStartedMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:448:12
[INFO] [stdout]     |
[INFO] [stdout] 448 | pub struct CounterCurrencyTransferStartedMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FinalizePayoutTxRequest` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:463:12
[INFO] [stdout]     |
[INFO] [stdout] 463 | pub struct FinalizePayoutTxRequest {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PayoutTxPublishedMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:476:12
[INFO] [stdout]     |
[INFO] [stdout] 476 | pub struct PayoutTxPublishedMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MediatedPayoutTxPublishedMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:487:12
[INFO] [stdout]     |
[INFO] [stdout] 487 | pub struct MediatedPayoutTxPublishedMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MediatedPayoutTxSignatureMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:498:12
[INFO] [stdout]     |
[INFO] [stdout] 498 | pub struct MediatedPayoutTxSignatureMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PrivateNotificationMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:590:12
[INFO] [stdout]     |
[INFO] [stdout] 590 | pub struct PrivateNotificationMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetBlocksRequest` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:601:12
[INFO] [stdout]     |
[INFO] [stdout] 601 | pub struct GetBlocksRequest {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetBlocksResponse` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:612:12
[INFO] [stdout]     |
[INFO] [stdout] 612 | pub struct GetBlocksResponse {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NewBlockBroadcastMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:620:12
[INFO] [stdout]     |
[INFO] [stdout] 620 | pub struct NewBlockBroadcastMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RepublishGovernanceDataRequest` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:626:12
[INFO] [stdout]     |
[INFO] [stdout] 626 | pub struct RepublishGovernanceDataRequest {}
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NewDaoStateHashMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:628:12
[INFO] [stdout]     |
[INFO] [stdout] 628 | pub struct NewDaoStateHashMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NewProposalStateHashMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:633:12
[INFO] [stdout]     |
[INFO] [stdout] 633 | pub struct NewProposalStateHashMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NewBlindVoteStateHashMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:638:12
[INFO] [stdout]     |
[INFO] [stdout] 638 | pub struct NewBlindVoteStateHashMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetDaoStateHashesRequest` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:643:12
[INFO] [stdout]     |
[INFO] [stdout] 643 | pub struct GetDaoStateHashesRequest {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetProposalStateHashesRequest` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:650:12
[INFO] [stdout]     |
[INFO] [stdout] 650 | pub struct GetProposalStateHashesRequest {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetBlindVoteStateHashesRequest` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:657:12
[INFO] [stdout]     |
[INFO] [stdout] 657 | pub struct GetBlindVoteStateHashesRequest {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetDaoStateHashesResponse` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:664:12
[INFO] [stdout]     |
[INFO] [stdout] 664 | pub struct GetDaoStateHashesResponse {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetProposalStateHashesResponse` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:671:12
[INFO] [stdout]     |
[INFO] [stdout] 671 | pub struct GetProposalStateHashesResponse {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetBlindVoteStateHashesResponse` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:678:12
[INFO] [stdout]     |
[INFO] [stdout] 678 | pub struct GetBlindVoteStateHashesResponse {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Peer` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:698:12
[INFO] [stdout]     |
[INFO] [stdout] 698 | pub struct Peer {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SealedAndSigned` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:714:12
[INFO] [stdout]     |
[INFO] [stdout] 714 | pub struct SealedAndSigned {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StoragePayload` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:727:12
[INFO] [stdout]     |
[INFO] [stdout] 727 | pub struct StoragePayload {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PersistableNetworkPayload` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:757:12
[INFO] [stdout]     |
[INFO] [stdout] 757 | pub struct PersistableNetworkPayload {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ProtectedStorageEntry` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:777:12
[INFO] [stdout]     |
[INFO] [stdout] 777 | pub struct ProtectedStorageEntry {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StorageEntryWrapper` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:792:12
[INFO] [stdout]     |
[INFO] [stdout] 792 | pub struct StorageEntryWrapper {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ProtectedMailboxStorageEntry` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:806:12
[INFO] [stdout]     |
[INFO] [stdout] 806 | pub struct ProtectedMailboxStorageEntry {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DataAndSeqNrPair` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:813:12
[INFO] [stdout]     |
[INFO] [stdout] 813 | pub struct DataAndSeqNrPair {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PrivateNotificationPayload` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:822:12
[INFO] [stdout]     |
[INFO] [stdout] 822 | pub struct PrivateNotificationPayload {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PaymentAccountFilter` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:831:12
[INFO] [stdout]     |
[INFO] [stdout] 831 | pub struct PaymentAccountFilter {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Alert` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:844:12
[INFO] [stdout]     |
[INFO] [stdout] 844 | pub struct Alert {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Arbitrator` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:859:12
[INFO] [stdout]     |
[INFO] [stdout] 859 | pub struct Arbitrator {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Mediator` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:884:12
[INFO] [stdout]     |
[INFO] [stdout] 884 | pub struct Mediator {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RefundAgent` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:905:12
[INFO] [stdout]     |
[INFO] [stdout] 905 | pub struct RefundAgent {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Filter` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:926:12
[INFO] [stdout]     |
[INFO] [stdout] 926 | pub struct Filter {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MailboxStoragePayload` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1037:12
[INFO] [stdout]      |
[INFO] [stdout] 1037 | pub struct MailboxStoragePayload {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AccountAgeWitness` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1138:12
[INFO] [stdout]      |
[INFO] [stdout] 1138 | pub struct AccountAgeWitness {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PersistableEnvelope` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1722:12
[INFO] [stdout]      |
[INFO] [stdout] 1722 | pub struct PersistableEnvelope {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SequenceNumberMap` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1803:12
[INFO] [stdout]      |
[INFO] [stdout] 1803 | pub struct SequenceNumberMap {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SequenceNumberEntry` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1808:12
[INFO] [stdout]      |
[INFO] [stdout] 1808 | pub struct SequenceNumberEntry {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ByteArray` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1815:12
[INFO] [stdout]      |
[INFO] [stdout] 1815 | pub struct ByteArray {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MapValue` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1820:12
[INFO] [stdout]      |
[INFO] [stdout] 1820 | pub struct MapValue {
[INFO] [stdout]      |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PersistedEntryMap` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1828:12
[INFO] [stdout]      |
[INFO] [stdout] 1828 | pub struct PersistedEntryMap {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PersistableNetworkPayloadList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1835:12
[INFO] [stdout]      |
[INFO] [stdout] 1835 | pub struct PersistableNetworkPayloadList {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AccountAgeWitnessStore` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1841:12
[INFO] [stdout]      |
[INFO] [stdout] 1841 | pub struct AccountAgeWitnessStore {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SignedWitnessStore` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1846:12
[INFO] [stdout]      |
[INFO] [stdout] 1846 | pub struct SignedWitnessStore {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TradeStatistics2Store` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1852:12
[INFO] [stdout]      |
[INFO] [stdout] 1852 | pub struct TradeStatistics2Store {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PeerList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1857:12
[INFO] [stdout]      |
[INFO] [stdout] 1857 | pub struct PeerList {
[INFO] [stdout]      |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AddressEntryList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1862:12
[INFO] [stdout]      |
[INFO] [stdout] 1862 | pub struct AddressEntryList {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NavigationPath` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1893:12
[INFO] [stdout]      |
[INFO] [stdout] 1893 | pub struct NavigationPath {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PaymentAccountList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1898:12
[INFO] [stdout]      |
[INFO] [stdout] 1898 | pub struct PaymentAccountList {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TradableList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1907:12
[INFO] [stdout]      |
[INFO] [stdout] 1907 | pub struct TradableList {
[INFO] [stdout]      |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TradeStatisticsList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1913:12
[INFO] [stdout]      |
[INFO] [stdout] 1913 | pub struct TradeStatisticsList {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Tradable` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1961:12
[INFO] [stdout]      |
[INFO] [stdout] 1961 | pub struct Tradable {
[INFO] [stdout]      |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BuyerAsMakerTrade` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2130:12
[INFO] [stdout]      |
[INFO] [stdout] 2130 | pub struct BuyerAsMakerTrade {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BuyerAsTakerTrade` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2135:12
[INFO] [stdout]      |
[INFO] [stdout] 2135 | pub struct BuyerAsTakerTrade {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SellerAsMakerTrade` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2140:12
[INFO] [stdout]      |
[INFO] [stdout] 2140 | pub struct SellerAsMakerTrade {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SellerAsTakerTrade` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2145:12
[INFO] [stdout]      |
[INFO] [stdout] 2145 | pub struct SellerAsTakerTrade {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ArbitrationDisputeList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2226:12
[INFO] [stdout]      |
[INFO] [stdout] 2226 | pub struct ArbitrationDisputeList {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MediationDisputeList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2231:12
[INFO] [stdout]      |
[INFO] [stdout] 2231 | pub struct MediationDisputeList {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RefundDisputeList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2236:12
[INFO] [stdout]      |
[INFO] [stdout] 2236 | pub struct RefundDisputeList {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PreferencesPayload` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2245:12
[INFO] [stdout]      |
[INFO] [stdout] 2245 | pub struct PreferencesPayload {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UserPayload` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2363:12
[INFO] [stdout]      |
[INFO] [stdout] 2363 | pub struct UserPayload {
[INFO] [stdout]      |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BaseBlock` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2402:12
[INFO] [stdout]      |
[INFO] [stdout] 2402 | pub struct BaseBlock {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RawBlock` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2424:12
[INFO] [stdout]      |
[INFO] [stdout] 2424 | pub struct RawBlock {
[INFO] [stdout]      |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Block` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2430:12
[INFO] [stdout]      |
[INFO] [stdout] 2430 | pub struct Block {
[INFO] [stdout]      |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BaseTx` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2436:12
[INFO] [stdout]      |
[INFO] [stdout] 2436 | pub struct BaseTx {
[INFO] [stdout]      |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RawTx` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2462:12
[INFO] [stdout]      |
[INFO] [stdout] 2462 | pub struct RawTx {
[INFO] [stdout]      |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TxInput` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2478:12
[INFO] [stdout]      |
[INFO] [stdout] 2478 | pub struct TxInput {
[INFO] [stdout]      |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UnconfirmedTxOutput` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2515:12
[INFO] [stdout]      |
[INFO] [stdout] 2515 | pub struct UnconfirmedTxOutput {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SpentInfo` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2535:12
[INFO] [stdout]      |
[INFO] [stdout] 2535 | pub struct SpentInfo {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DaoPhase` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2559:12
[INFO] [stdout]      |
[INFO] [stdout] 2559 | pub struct DaoPhase {
[INFO] [stdout]      |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Cycle` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2566:12
[INFO] [stdout]      |
[INFO] [stdout] 2566 | pub struct Cycle {
[INFO] [stdout]      |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DaoState` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2573:12
[INFO] [stdout]      |
[INFO] [stdout] 2573 | pub struct DaoState {
[INFO] [stdout]      |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Issuance` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2598:12
[INFO] [stdout]      |
[INFO] [stdout] 2598 | pub struct Issuance {
[INFO] [stdout]      |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Proposal` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2611:12
[INFO] [stdout]      |
[INFO] [stdout] 2611 | pub struct Proposal {
[INFO] [stdout]      |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CompensationProposal` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2648:12
[INFO] [stdout]      |
[INFO] [stdout] 2648 | pub struct CompensationProposal {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ReimbursementProposal` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2655:12
[INFO] [stdout]      |
[INFO] [stdout] 2655 | pub struct ReimbursementProposal {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ChangeParamProposal` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2662:12
[INFO] [stdout]      |
[INFO] [stdout] 2662 | pub struct ChangeParamProposal {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RoleProposal` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2670:12
[INFO] [stdout]      |
[INFO] [stdout] 2670 | pub struct RoleProposal {
[INFO] [stdout]      |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ConfiscateBondProposal` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2679:12
[INFO] [stdout]      |
[INFO] [stdout] 2679 | pub struct ConfiscateBondProposal {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GenericProposal` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2684:12
[INFO] [stdout]      |
[INFO] [stdout] 2684 | pub struct GenericProposal {}
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RemoveAssetProposal` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2686:12
[INFO] [stdout]      |
[INFO] [stdout] 2686 | pub struct RemoveAssetProposal {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Role` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2691:12
[INFO] [stdout]      |
[INFO] [stdout] 2691 | pub struct Role {
[INFO] [stdout]      |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MyReputation` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2703:12
[INFO] [stdout]      |
[INFO] [stdout] 2703 | pub struct MyReputation {
[INFO] [stdout]      |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MyReputationList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2710:12
[INFO] [stdout]      |
[INFO] [stdout] 2710 | pub struct MyReputationList {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MyProofOfBurn` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2715:12
[INFO] [stdout]      |
[INFO] [stdout] 2715 | pub struct MyProofOfBurn {
[INFO] [stdout]      |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MyProofOfBurnList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2722:12
[INFO] [stdout]      |
[INFO] [stdout] 2722 | pub struct MyProofOfBurnList {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UnconfirmedBsqChangeOutputList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2727:12
[INFO] [stdout]      |
[INFO] [stdout] 2727 | pub struct UnconfirmedBsqChangeOutputList {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TempProposalPayload` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2732:12
[INFO] [stdout]      |
[INFO] [stdout] 2732 | pub struct TempProposalPayload {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ProposalPayload` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2741:12
[INFO] [stdout]      |
[INFO] [stdout] 2741 | pub struct ProposalPayload {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ProposalStore` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2748:12
[INFO] [stdout]      |
[INFO] [stdout] 2748 | pub struct ProposalStore {
[INFO] [stdout]      |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TempProposalStore` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2753:12
[INFO] [stdout]      |
[INFO] [stdout] 2753 | pub struct TempProposalStore {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Ballot` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2758:12
[INFO] [stdout]      |
[INFO] [stdout] 2758 | pub struct Ballot {
[INFO] [stdout]      |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MyProposalList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2765:12
[INFO] [stdout]      |
[INFO] [stdout] 2765 | pub struct MyProposalList {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BallotList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2770:12
[INFO] [stdout]      |
[INFO] [stdout] 2770 | pub struct BallotList {
[INFO] [stdout]      |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ParamChange` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2775:12
[INFO] [stdout]      |
[INFO] [stdout] 2775 | pub struct ParamChange {
[INFO] [stdout]      |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ConfiscateBond` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2784:12
[INFO] [stdout]      |
[INFO] [stdout] 2784 | pub struct ConfiscateBond {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MyVote` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2789:12
[INFO] [stdout]      |
[INFO] [stdout] 2789 | pub struct MyVote {
[INFO] [stdout]      |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MyVoteList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2804:12
[INFO] [stdout]      |
[INFO] [stdout] 2804 | pub struct MyVoteList {
[INFO] [stdout]      |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `VoteWithProposalTxId` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2809:12
[INFO] [stdout]      |
[INFO] [stdout] 2809 | pub struct VoteWithProposalTxId {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `VoteWithProposalTxIdList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2816:12
[INFO] [stdout]      |
[INFO] [stdout] 2816 | pub struct VoteWithProposalTxIdList {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BlindVote` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2821:12
[INFO] [stdout]      |
[INFO] [stdout] 2821 | pub struct BlindVote {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MyBlindVoteList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2836:12
[INFO] [stdout]      |
[INFO] [stdout] 2836 | pub struct MyBlindVoteList {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BlindVoteStore` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2841:12
[INFO] [stdout]      |
[INFO] [stdout] 2841 | pub struct BlindVoteStore {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BlindVotePayload` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2846:12
[INFO] [stdout]      |
[INFO] [stdout] 2846 | pub struct BlindVotePayload {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Vote` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2853:12
[INFO] [stdout]      |
[INFO] [stdout] 2853 | pub struct Vote {
[INFO] [stdout]      |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Merit` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2858:12
[INFO] [stdout]      |
[INFO] [stdout] 2858 | pub struct Merit {
[INFO] [stdout]      |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MeritList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2865:12
[INFO] [stdout]      |
[INFO] [stdout] 2865 | pub struct MeritList {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ProposalVoteResult` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2870:12
[INFO] [stdout]      |
[INFO] [stdout] 2870 | pub struct ProposalVoteResult {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `EvaluatedProposal` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2885:12
[INFO] [stdout]      |
[INFO] [stdout] 2885 | pub struct EvaluatedProposal {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DecryptedBallotsWithMerits` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2892:12
[INFO] [stdout]      |
[INFO] [stdout] 2892 | pub struct DecryptedBallotsWithMerits {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DaoStateStore` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2907:12
[INFO] [stdout]      |
[INFO] [stdout] 2907 | pub struct DaoStateStore {
[INFO] [stdout]      |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DaoStateHash` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2914:12
[INFO] [stdout]      |
[INFO] [stdout] 2914 | pub struct DaoStateHash {
[INFO] [stdout]      |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ProposalStateHash` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2923:12
[INFO] [stdout]      |
[INFO] [stdout] 2923 | pub struct ProposalStateHash {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BlindVoteStateHash` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2934:12
[INFO] [stdout]      |
[INFO] [stdout] 2934 | pub struct BlindVoteStateHash {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BlockChainExplorer` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2949:12
[INFO] [stdout]      |
[INFO] [stdout] 2949 | pub struct BlockChainExplorer {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Country` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:3019:12
[INFO] [stdout]      |
[INFO] [stdout] 3019 | pub struct Country {
[INFO] [stdout]      |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Region` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:3028:12
[INFO] [stdout]      |
[INFO] [stdout] 3028 | pub struct Region {
[INFO] [stdout]      |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PriceAlertFilter` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:3039:12
[INFO] [stdout]      |
[INFO] [stdout] 3039 | pub struct PriceAlertFilter {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MarketAlertFilter` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:3048:12
[INFO] [stdout]      |
[INFO] [stdout] 3048 | pub struct MarketAlertFilter {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MockMailboxPayload` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:3063:12
[INFO] [stdout]      |
[INFO] [stdout] 3063 | pub struct MockMailboxPayload {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MockPayload` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:3072:12
[INFO] [stdout]      |
[INFO] [stdout] 3072 | pub struct MockPayload {
[INFO] [stdout]      |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Message` is never used
[INFO] [stdout]   --> src/generated/io.bisq.protobuffer.rs:24:14
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub enum Message {
[INFO] [stdout]    |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Message` is never used
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:733:14
[INFO] [stdout]     |
[INFO] [stdout] 733 |     pub enum Message {
[INFO] [stdout]     |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Message` is never used
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:763:14
[INFO] [stdout]     |
[INFO] [stdout] 763 |     pub enum Message {
[INFO] [stdout]     |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Message` is never used
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:798:14
[INFO] [stdout]     |
[INFO] [stdout] 798 |     pub enum Message {
[INFO] [stdout]     |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Message` is never used
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1731:14
[INFO] [stdout]      |
[INFO] [stdout] 1731 |     pub enum Message {
[INFO] [stdout]      |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Message` is never used
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1967:14
[INFO] [stdout]      |
[INFO] [stdout] 1967 |     pub enum Message {
[INFO] [stdout]      |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Message` is never used
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2416:14
[INFO] [stdout]      |
[INFO] [stdout] 2416 |     pub enum Message {
[INFO] [stdout]      |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Message` is never used
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2454:14
[INFO] [stdout]      |
[INFO] [stdout] 2454 |     pub enum Message {
[INFO] [stdout]      |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Message` is never used
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2630:14
[INFO] [stdout]      |
[INFO] [stdout] 2630 |     pub enum Message {
[INFO] [stdout]      |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NetworkEnvelope` is never constructed
[INFO] [stdout]   --> src/generated/io.bisq.protobuffer.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct NetworkEnvelope {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BundleOfEnvelopes` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:128:12
[INFO] [stdout]     |
[INFO] [stdout] 128 | pub struct BundleOfEnvelopes {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PreliminaryGetDataRequest` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:135:12
[INFO] [stdout]     |
[INFO] [stdout] 135 | pub struct PreliminaryGetDataRequest {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetDataResponse` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:144:12
[INFO] [stdout]     |
[INFO] [stdout] 144 | pub struct GetDataResponse {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetUpdatedDataRequest` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:157:12
[INFO] [stdout]     |
[INFO] [stdout] 157 | pub struct GetUpdatedDataRequest {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetPeersRequest` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:168:12
[INFO] [stdout]     |
[INFO] [stdout] 168 | pub struct GetPeersRequest {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetPeersResponse` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:179:12
[INFO] [stdout]     |
[INFO] [stdout] 179 | pub struct GetPeersResponse {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Ping` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:188:12
[INFO] [stdout]     |
[INFO] [stdout] 188 | pub struct Ping {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Pong` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:195:12
[INFO] [stdout]     |
[INFO] [stdout] 195 | pub struct Pong {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OfferAvailabilityRequest` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:202:12
[INFO] [stdout]     |
[INFO] [stdout] 202 | pub struct OfferAvailabilityRequest {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RefreshOfferMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:232:12
[INFO] [stdout]     |
[INFO] [stdout] 232 | pub struct RefreshOfferMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AddDataMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:245:12
[INFO] [stdout]     |
[INFO] [stdout] 245 | pub struct AddDataMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RemoveDataMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:250:12
[INFO] [stdout]     |
[INFO] [stdout] 250 | pub struct RemoveDataMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RemoveMailboxDataMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:255:12
[INFO] [stdout]     |
[INFO] [stdout] 255 | pub struct RemoveMailboxDataMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AddPersistableNetworkPayloadMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:260:12
[INFO] [stdout]     |
[INFO] [stdout] 260 | pub struct AddPersistableNetworkPayloadMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CloseConnectionMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:267:12
[INFO] [stdout]     |
[INFO] [stdout] 267 | pub struct CloseConnectionMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AckMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:272:12
[INFO] [stdout]     |
[INFO] [stdout] 272 | pub struct AckMessage {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PrefixedSealedAndSignedMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:296:12
[INFO] [stdout]     |
[INFO] [stdout] 296 | pub struct PrefixedSealedAndSignedMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `InputsForDepositTxRequest` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:309:12
[INFO] [stdout]     |
[INFO] [stdout] 309 | pub struct InputsForDepositTxRequest {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `InputsForDepositTxResponse` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:362:12
[INFO] [stdout]     |
[INFO] [stdout] 362 | pub struct InputsForDepositTxResponse {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DelayedPayoutTxSignatureRequest` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:393:12
[INFO] [stdout]     |
[INFO] [stdout] 393 | pub struct DelayedPayoutTxSignatureRequest {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DelayedPayoutTxSignatureResponse` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:404:12
[INFO] [stdout]     |
[INFO] [stdout] 404 | pub struct DelayedPayoutTxSignatureResponse {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DepositTxAndDelayedPayoutTxMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:415:12
[INFO] [stdout]     |
[INFO] [stdout] 415 | pub struct DepositTxAndDelayedPayoutTxMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DepositTxMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:428:12
[INFO] [stdout]     |
[INFO] [stdout] 428 | pub struct DepositTxMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PeerPublishedDelayedPayoutTxMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:439:12
[INFO] [stdout]     |
[INFO] [stdout] 439 | pub struct PeerPublishedDelayedPayoutTxMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CounterCurrencyTransferStartedMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:448:12
[INFO] [stdout]     |
[INFO] [stdout] 448 | pub struct CounterCurrencyTransferStartedMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FinalizePayoutTxRequest` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:463:12
[INFO] [stdout]     |
[INFO] [stdout] 463 | pub struct FinalizePayoutTxRequest {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PayoutTxPublishedMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:476:12
[INFO] [stdout]     |
[INFO] [stdout] 476 | pub struct PayoutTxPublishedMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MediatedPayoutTxPublishedMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:487:12
[INFO] [stdout]     |
[INFO] [stdout] 487 | pub struct MediatedPayoutTxPublishedMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MediatedPayoutTxSignatureMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:498:12
[INFO] [stdout]     |
[INFO] [stdout] 498 | pub struct MediatedPayoutTxSignatureMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PrivateNotificationMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:590:12
[INFO] [stdout]     |
[INFO] [stdout] 590 | pub struct PrivateNotificationMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetBlocksRequest` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:601:12
[INFO] [stdout]     |
[INFO] [stdout] 601 | pub struct GetBlocksRequest {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetBlocksResponse` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:612:12
[INFO] [stdout]     |
[INFO] [stdout] 612 | pub struct GetBlocksResponse {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NewBlockBroadcastMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:620:12
[INFO] [stdout]     |
[INFO] [stdout] 620 | pub struct NewBlockBroadcastMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RepublishGovernanceDataRequest` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:626:12
[INFO] [stdout]     |
[INFO] [stdout] 626 | pub struct RepublishGovernanceDataRequest {}
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NewDaoStateHashMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:628:12
[INFO] [stdout]     |
[INFO] [stdout] 628 | pub struct NewDaoStateHashMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NewProposalStateHashMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:633:12
[INFO] [stdout]     |
[INFO] [stdout] 633 | pub struct NewProposalStateHashMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NewBlindVoteStateHashMessage` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:638:12
[INFO] [stdout]     |
[INFO] [stdout] 638 | pub struct NewBlindVoteStateHashMessage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetDaoStateHashesRequest` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:643:12
[INFO] [stdout]     |
[INFO] [stdout] 643 | pub struct GetDaoStateHashesRequest {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetProposalStateHashesRequest` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:650:12
[INFO] [stdout]     |
[INFO] [stdout] 650 | pub struct GetProposalStateHashesRequest {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetBlindVoteStateHashesRequest` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:657:12
[INFO] [stdout]     |
[INFO] [stdout] 657 | pub struct GetBlindVoteStateHashesRequest {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetDaoStateHashesResponse` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:664:12
[INFO] [stdout]     |
[INFO] [stdout] 664 | pub struct GetDaoStateHashesResponse {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetProposalStateHashesResponse` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:671:12
[INFO] [stdout]     |
[INFO] [stdout] 671 | pub struct GetProposalStateHashesResponse {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetBlindVoteStateHashesResponse` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:678:12
[INFO] [stdout]     |
[INFO] [stdout] 678 | pub struct GetBlindVoteStateHashesResponse {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Peer` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:698:12
[INFO] [stdout]     |
[INFO] [stdout] 698 | pub struct Peer {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SealedAndSigned` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:714:12
[INFO] [stdout]     |
[INFO] [stdout] 714 | pub struct SealedAndSigned {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StoragePayload` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:727:12
[INFO] [stdout]     |
[INFO] [stdout] 727 | pub struct StoragePayload {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PersistableNetworkPayload` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:757:12
[INFO] [stdout]     |
[INFO] [stdout] 757 | pub struct PersistableNetworkPayload {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ProtectedStorageEntry` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:777:12
[INFO] [stdout]     |
[INFO] [stdout] 777 | pub struct ProtectedStorageEntry {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StorageEntryWrapper` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:792:12
[INFO] [stdout]     |
[INFO] [stdout] 792 | pub struct StorageEntryWrapper {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ProtectedMailboxStorageEntry` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:806:12
[INFO] [stdout]     |
[INFO] [stdout] 806 | pub struct ProtectedMailboxStorageEntry {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DataAndSeqNrPair` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:813:12
[INFO] [stdout]     |
[INFO] [stdout] 813 | pub struct DataAndSeqNrPair {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PrivateNotificationPayload` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:822:12
[INFO] [stdout]     |
[INFO] [stdout] 822 | pub struct PrivateNotificationPayload {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PaymentAccountFilter` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:831:12
[INFO] [stdout]     |
[INFO] [stdout] 831 | pub struct PaymentAccountFilter {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Alert` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:844:12
[INFO] [stdout]     |
[INFO] [stdout] 844 | pub struct Alert {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Arbitrator` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:859:12
[INFO] [stdout]     |
[INFO] [stdout] 859 | pub struct Arbitrator {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Mediator` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:884:12
[INFO] [stdout]     |
[INFO] [stdout] 884 | pub struct Mediator {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RefundAgent` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:905:12
[INFO] [stdout]     |
[INFO] [stdout] 905 | pub struct RefundAgent {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Filter` is never constructed
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:926:12
[INFO] [stdout]     |
[INFO] [stdout] 926 | pub struct Filter {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MailboxStoragePayload` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1037:12
[INFO] [stdout]      |
[INFO] [stdout] 1037 | pub struct MailboxStoragePayload {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AccountAgeWitness` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1138:12
[INFO] [stdout]      |
[INFO] [stdout] 1138 | pub struct AccountAgeWitness {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PersistableEnvelope` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1722:12
[INFO] [stdout]      |
[INFO] [stdout] 1722 | pub struct PersistableEnvelope {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SequenceNumberMap` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1803:12
[INFO] [stdout]      |
[INFO] [stdout] 1803 | pub struct SequenceNumberMap {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SequenceNumberEntry` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1808:12
[INFO] [stdout]      |
[INFO] [stdout] 1808 | pub struct SequenceNumberEntry {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ByteArray` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1815:12
[INFO] [stdout]      |
[INFO] [stdout] 1815 | pub struct ByteArray {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MapValue` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1820:12
[INFO] [stdout]      |
[INFO] [stdout] 1820 | pub struct MapValue {
[INFO] [stdout]      |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PersistedEntryMap` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1828:12
[INFO] [stdout]      |
[INFO] [stdout] 1828 | pub struct PersistedEntryMap {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PersistableNetworkPayloadList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1835:12
[INFO] [stdout]      |
[INFO] [stdout] 1835 | pub struct PersistableNetworkPayloadList {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AccountAgeWitnessStore` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1841:12
[INFO] [stdout]      |
[INFO] [stdout] 1841 | pub struct AccountAgeWitnessStore {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SignedWitnessStore` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1846:12
[INFO] [stdout]      |
[INFO] [stdout] 1846 | pub struct SignedWitnessStore {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TradeStatistics2Store` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1852:12
[INFO] [stdout]      |
[INFO] [stdout] 1852 | pub struct TradeStatistics2Store {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PeerList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1857:12
[INFO] [stdout]      |
[INFO] [stdout] 1857 | pub struct PeerList {
[INFO] [stdout]      |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AddressEntryList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1862:12
[INFO] [stdout]      |
[INFO] [stdout] 1862 | pub struct AddressEntryList {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NavigationPath` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1893:12
[INFO] [stdout]      |
[INFO] [stdout] 1893 | pub struct NavigationPath {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PaymentAccountList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1898:12
[INFO] [stdout]      |
[INFO] [stdout] 1898 | pub struct PaymentAccountList {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TradableList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1907:12
[INFO] [stdout]      |
[INFO] [stdout] 1907 | pub struct TradableList {
[INFO] [stdout]      |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TradeStatisticsList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1913:12
[INFO] [stdout]      |
[INFO] [stdout] 1913 | pub struct TradeStatisticsList {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Tradable` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1961:12
[INFO] [stdout]      |
[INFO] [stdout] 1961 | pub struct Tradable {
[INFO] [stdout]      |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BuyerAsMakerTrade` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2130:12
[INFO] [stdout]      |
[INFO] [stdout] 2130 | pub struct BuyerAsMakerTrade {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BuyerAsTakerTrade` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2135:12
[INFO] [stdout]      |
[INFO] [stdout] 2135 | pub struct BuyerAsTakerTrade {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SellerAsMakerTrade` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2140:12
[INFO] [stdout]      |
[INFO] [stdout] 2140 | pub struct SellerAsMakerTrade {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SellerAsTakerTrade` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2145:12
[INFO] [stdout]      |
[INFO] [stdout] 2145 | pub struct SellerAsTakerTrade {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ArbitrationDisputeList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2226:12
[INFO] [stdout]      |
[INFO] [stdout] 2226 | pub struct ArbitrationDisputeList {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MediationDisputeList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2231:12
[INFO] [stdout]      |
[INFO] [stdout] 2231 | pub struct MediationDisputeList {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RefundDisputeList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2236:12
[INFO] [stdout]      |
[INFO] [stdout] 2236 | pub struct RefundDisputeList {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PreferencesPayload` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2245:12
[INFO] [stdout]      |
[INFO] [stdout] 2245 | pub struct PreferencesPayload {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UserPayload` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2363:12
[INFO] [stdout]      |
[INFO] [stdout] 2363 | pub struct UserPayload {
[INFO] [stdout]      |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BaseBlock` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2402:12
[INFO] [stdout]      |
[INFO] [stdout] 2402 | pub struct BaseBlock {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RawBlock` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2424:12
[INFO] [stdout]      |
[INFO] [stdout] 2424 | pub struct RawBlock {
[INFO] [stdout]      |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Block` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2430:12
[INFO] [stdout]      |
[INFO] [stdout] 2430 | pub struct Block {
[INFO] [stdout]      |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BaseTx` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2436:12
[INFO] [stdout]      |
[INFO] [stdout] 2436 | pub struct BaseTx {
[INFO] [stdout]      |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RawTx` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2462:12
[INFO] [stdout]      |
[INFO] [stdout] 2462 | pub struct RawTx {
[INFO] [stdout]      |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TxInput` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2478:12
[INFO] [stdout]      |
[INFO] [stdout] 2478 | pub struct TxInput {
[INFO] [stdout]      |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UnconfirmedTxOutput` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2515:12
[INFO] [stdout]      |
[INFO] [stdout] 2515 | pub struct UnconfirmedTxOutput {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SpentInfo` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2535:12
[INFO] [stdout]      |
[INFO] [stdout] 2535 | pub struct SpentInfo {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DaoPhase` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2559:12
[INFO] [stdout]      |
[INFO] [stdout] 2559 | pub struct DaoPhase {
[INFO] [stdout]      |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Cycle` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2566:12
[INFO] [stdout]      |
[INFO] [stdout] 2566 | pub struct Cycle {
[INFO] [stdout]      |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DaoState` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2573:12
[INFO] [stdout]      |
[INFO] [stdout] 2573 | pub struct DaoState {
[INFO] [stdout]      |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Issuance` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2598:12
[INFO] [stdout]      |
[INFO] [stdout] 2598 | pub struct Issuance {
[INFO] [stdout]      |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Proposal` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2611:12
[INFO] [stdout]      |
[INFO] [stdout] 2611 | pub struct Proposal {
[INFO] [stdout]      |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CompensationProposal` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2648:12
[INFO] [stdout]      |
[INFO] [stdout] 2648 | pub struct CompensationProposal {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ReimbursementProposal` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2655:12
[INFO] [stdout]      |
[INFO] [stdout] 2655 | pub struct ReimbursementProposal {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ChangeParamProposal` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2662:12
[INFO] [stdout]      |
[INFO] [stdout] 2662 | pub struct ChangeParamProposal {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RoleProposal` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2670:12
[INFO] [stdout]      |
[INFO] [stdout] 2670 | pub struct RoleProposal {
[INFO] [stdout]      |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ConfiscateBondProposal` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2679:12
[INFO] [stdout]      |
[INFO] [stdout] 2679 | pub struct ConfiscateBondProposal {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GenericProposal` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2684:12
[INFO] [stdout]      |
[INFO] [stdout] 2684 | pub struct GenericProposal {}
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RemoveAssetProposal` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2686:12
[INFO] [stdout]      |
[INFO] [stdout] 2686 | pub struct RemoveAssetProposal {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Role` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2691:12
[INFO] [stdout]      |
[INFO] [stdout] 2691 | pub struct Role {
[INFO] [stdout]      |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MyReputation` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2703:12
[INFO] [stdout]      |
[INFO] [stdout] 2703 | pub struct MyReputation {
[INFO] [stdout]      |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MyReputationList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2710:12
[INFO] [stdout]      |
[INFO] [stdout] 2710 | pub struct MyReputationList {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MyProofOfBurn` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2715:12
[INFO] [stdout]      |
[INFO] [stdout] 2715 | pub struct MyProofOfBurn {
[INFO] [stdout]      |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MyProofOfBurnList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2722:12
[INFO] [stdout]      |
[INFO] [stdout] 2722 | pub struct MyProofOfBurnList {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UnconfirmedBsqChangeOutputList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2727:12
[INFO] [stdout]      |
[INFO] [stdout] 2727 | pub struct UnconfirmedBsqChangeOutputList {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TempProposalPayload` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2732:12
[INFO] [stdout]      |
[INFO] [stdout] 2732 | pub struct TempProposalPayload {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ProposalPayload` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2741:12
[INFO] [stdout]      |
[INFO] [stdout] 2741 | pub struct ProposalPayload {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ProposalStore` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2748:12
[INFO] [stdout]      |
[INFO] [stdout] 2748 | pub struct ProposalStore {
[INFO] [stdout]      |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TempProposalStore` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2753:12
[INFO] [stdout]      |
[INFO] [stdout] 2753 | pub struct TempProposalStore {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Ballot` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2758:12
[INFO] [stdout]      |
[INFO] [stdout] 2758 | pub struct Ballot {
[INFO] [stdout]      |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MyProposalList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2765:12
[INFO] [stdout]      |
[INFO] [stdout] 2765 | pub struct MyProposalList {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BallotList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2770:12
[INFO] [stdout]      |
[INFO] [stdout] 2770 | pub struct BallotList {
[INFO] [stdout]      |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ParamChange` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2775:12
[INFO] [stdout]      |
[INFO] [stdout] 2775 | pub struct ParamChange {
[INFO] [stdout]      |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ConfiscateBond` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2784:12
[INFO] [stdout]      |
[INFO] [stdout] 2784 | pub struct ConfiscateBond {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MyVote` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2789:12
[INFO] [stdout]      |
[INFO] [stdout] 2789 | pub struct MyVote {
[INFO] [stdout]      |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MyVoteList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2804:12
[INFO] [stdout]      |
[INFO] [stdout] 2804 | pub struct MyVoteList {
[INFO] [stdout]      |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `VoteWithProposalTxId` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2809:12
[INFO] [stdout]      |
[INFO] [stdout] 2809 | pub struct VoteWithProposalTxId {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `VoteWithProposalTxIdList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2816:12
[INFO] [stdout]      |
[INFO] [stdout] 2816 | pub struct VoteWithProposalTxIdList {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BlindVote` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2821:12
[INFO] [stdout]      |
[INFO] [stdout] 2821 | pub struct BlindVote {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MyBlindVoteList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2836:12
[INFO] [stdout]      |
[INFO] [stdout] 2836 | pub struct MyBlindVoteList {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BlindVoteStore` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2841:12
[INFO] [stdout]      |
[INFO] [stdout] 2841 | pub struct BlindVoteStore {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BlindVotePayload` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2846:12
[INFO] [stdout]      |
[INFO] [stdout] 2846 | pub struct BlindVotePayload {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Vote` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2853:12
[INFO] [stdout]      |
[INFO] [stdout] 2853 | pub struct Vote {
[INFO] [stdout]      |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Merit` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2858:12
[INFO] [stdout]      |
[INFO] [stdout] 2858 | pub struct Merit {
[INFO] [stdout]      |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MeritList` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2865:12
[INFO] [stdout]      |
[INFO] [stdout] 2865 | pub struct MeritList {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ProposalVoteResult` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2870:12
[INFO] [stdout]      |
[INFO] [stdout] 2870 | pub struct ProposalVoteResult {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `EvaluatedProposal` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2885:12
[INFO] [stdout]      |
[INFO] [stdout] 2885 | pub struct EvaluatedProposal {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DecryptedBallotsWithMerits` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2892:12
[INFO] [stdout]      |
[INFO] [stdout] 2892 | pub struct DecryptedBallotsWithMerits {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DaoStateStore` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2907:12
[INFO] [stdout]      |
[INFO] [stdout] 2907 | pub struct DaoStateStore {
[INFO] [stdout]      |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DaoStateHash` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2914:12
[INFO] [stdout]      |
[INFO] [stdout] 2914 | pub struct DaoStateHash {
[INFO] [stdout]      |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ProposalStateHash` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2923:12
[INFO] [stdout]      |
[INFO] [stdout] 2923 | pub struct ProposalStateHash {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BlindVoteStateHash` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2934:12
[INFO] [stdout]      |
[INFO] [stdout] 2934 | pub struct BlindVoteStateHash {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BlockChainExplorer` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2949:12
[INFO] [stdout]      |
[INFO] [stdout] 2949 | pub struct BlockChainExplorer {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Country` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:3019:12
[INFO] [stdout]      |
[INFO] [stdout] 3019 | pub struct Country {
[INFO] [stdout]      |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Region` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:3028:12
[INFO] [stdout]      |
[INFO] [stdout] 3028 | pub struct Region {
[INFO] [stdout]      |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PriceAlertFilter` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:3039:12
[INFO] [stdout]      |
[INFO] [stdout] 3039 | pub struct PriceAlertFilter {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MarketAlertFilter` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:3048:12
[INFO] [stdout]      |
[INFO] [stdout] 3048 | pub struct MarketAlertFilter {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MockMailboxPayload` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:3063:12
[INFO] [stdout]      |
[INFO] [stdout] 3063 | pub struct MockMailboxPayload {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MockPayload` is never constructed
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:3072:12
[INFO] [stdout]      |
[INFO] [stdout] 3072 | pub struct MockPayload {
[INFO] [stdout]      |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Message` is never used
[INFO] [stdout]   --> src/generated/io.bisq.protobuffer.rs:24:14
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub enum Message {
[INFO] [stdout]    |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Message` is never used
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:733:14
[INFO] [stdout]     |
[INFO] [stdout] 733 |     pub enum Message {
[INFO] [stdout]     |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Message` is never used
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:763:14
[INFO] [stdout]     |
[INFO] [stdout] 763 |     pub enum Message {
[INFO] [stdout]     |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Message` is never used
[INFO] [stdout]    --> src/generated/io.bisq.protobuffer.rs:798:14
[INFO] [stdout]     |
[INFO] [stdout] 798 |     pub enum Message {
[INFO] [stdout]     |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Message` is never used
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1731:14
[INFO] [stdout]      |
[INFO] [stdout] 1731 |     pub enum Message {
[INFO] [stdout]      |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Message` is never used
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:1967:14
[INFO] [stdout]      |
[INFO] [stdout] 1967 |     pub enum Message {
[INFO] [stdout]      |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Message` is never used
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2416:14
[INFO] [stdout]      |
[INFO] [stdout] 2416 |     pub enum Message {
[INFO] [stdout]      |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Message` is never used
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2454:14
[INFO] [stdout]      |
[INFO] [stdout] 2454 |     pub enum Message {
[INFO] [stdout]      |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Message` is never used
[INFO] [stdout]     --> src/generated/io.bisq.protobuffer.rs:2630:14
[INFO] [stdout]      |
[INFO] [stdout] 2630 |     pub enum Message {
[INFO] [stdout]      |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.10s
[INFO] running `Command { std: "docker" "inspect" "1c32f8fd5011c6e0efe3e4ae3294e67f440d8a6cf00fa75ac25ad54d4680f9b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1c32f8fd5011c6e0efe3e4ae3294e67f440d8a6cf00fa75ac25ad54d4680f9b8", kill_on_drop: false }`
[INFO] [stdout] 1c32f8fd5011c6e0efe3e4ae3294e67f440d8a6cf00fa75ac25ad54d4680f9b8
